Show AllShow All

FACTDOUBLE

See Also

Returns the double factorial of a number.

If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

ShowHow?

Syntax

FACTDOUBLE(number)

Number    is the value for which to return the double factorial. If number is not an integer, it is truncated.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

Show How?

 
1
2
3
A B
Formula Description (Result)
=FACTDOUBLE(6) Double factorial of 6 (48)
=FACTDOUBLE(7) Double factorial of 7 (105)